@charset "UTF-8";

@font-face{ 
  font-family: "akz";
  src: url(../fonts/AkzidenzGrotesk-Medium.otf);
}
@font-face{ 
  font-family: "akz2";
  src: url(../fonts/AkzidenzGrotesk-MediumCondAlt.otf);
}
@font-face{
  font-family: "akz3";
  src: url(../fonts/AKZIDENZGROTESK-LIGHTITALIC.OTF);
}
@font-face{
  font-family: "akz4";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}
@font-face{
  font-family: "dim";
  src: url(../fonts/DINMittelschriftStd.otf);
}
@font-face{
  font-family: "ree";
  src: url(../fonts/Reeji1.0.TTF);
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}





.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wrap2,.pro_con,.container, .wrap, .index-container, .foot-container, .drop-container {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}


@media (min-width: 768px) {
  .wrap2,.pro_con,.wrap, .container, .foot-container,
  .index-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .wrap2,.pro_con,.wrap, .container, .foot-container {
    width: 970px;
  }
  .index-container {
    width: 990px;
  }
}

@media (min-width: 1260px) {
  .wrap2,.pro_con,.wrap{
    width: 1200px;
  }
  .container, .foot-container {
    width: 1200px;
  }
  .index-container {
    width: 1255px;
  }
}

@media (min-width: 1460px) {
  .pro_con,.wrap {
    width: 1400px;
  }
  .foot-container,.container{
    width: 1400px;
  }
  .index-container{
    width: 1459px;
  }
}

@media (min-width: 1680px) {
  /* 首页内容区 */
  .foot-container {
    width: 1600px;
  }
  /* 底部 */
  .container {
    width: 1600px;
  }
  /* 头部 */
  .index-container {
    width: 1800px!important;
  }
}



.header {
  z-index: 1000;
  position: fixed;
  top: -100px;
  height: 100px;
  width: 100%;
  background: #fff;
  transition: all .5s;
}
.header2{
  top: 0;
}

/* .header.white{background: rgba(0,0,0,0.8);border-color: rgba(0,0,0,0.1);}
.header:hover{background: rgba(0,0,0,0.8);border-color: rgba(0,0,0,0.1);} */

/*===============下拉==============*/

.header .logo {
  padding: 19.5px 0;
  float: left;
}
.header .logo img{
  width: 100%;
  height: 100%;
}
.header .dwy{
  width: 229px;
  padding: 31.5px 0;
  padding-left: 10px;
  float: left;
}
.header .dwy img{
  width: 100%;
}
/* .header .p1{
  float: left;
  display: inline;
  font-size: 24px;
  color: #333333;
  line-height: 100px;
  padding-left: 10px;
  font-family: "akz";
  position: relative;
}
.header .p1::before{
  content: '';
    width: 12px;
    height: 12px;
    background-image: url(../images/img18.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: -12px;
} */

.navbar {
  float: left;
  margin-left: 145px;
}
.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-item {
  float: left;
  padding: 0 23px;
}


/* .category-item-single {
  position: relative;
} */

.category-a {
  font-family: "regular";
  padding: 0 0;
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #5c5d5c;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}
.category-a img{
  margin-bottom: 3px;
}

.category-a.on, .category-a:hover {
  color: #e60014;
}

/* .category-a::after{content: '';width:0;height: 2px;background: #0060e7;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;} */

.category-item.active .category-a::after, .category-item:hover .category-a::after {
  width: 100%;
}

.category-item.active .category-a{
  color: #e60014;
}
.category-item:hover .category-a {
  color: #e60014;
  /* border-bottom: 3px solid #0079c3; */
}

.dropdown-menu.single {
  width: 200%;
  position: absolute;
  top: 97%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1100;
  background: rgb(245, 244, 244);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s;
  -o-transition: max-height .8s;
  transition: max-height .8s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  display: block;
}
.xcdh{
  width: 1260px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 2%;
}

.dropdown-menu.single .xc_p{
  text-align: center;
  width: 25%;
  float: left;
  cursor: pointer;
}
.dropdown-menu.single .xc_p span{
  font-family: "regular";
  font-size: 20px;
  color: #666;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown-menu.single .on span{
  color: #e60014;
  border-bottom: 2px solid #e60014;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zsq1{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 50px;
  display: none;
}
.zsq2{
  display: block;
}
.zsq1 div{
  width: 33%;
  height: 240px;
  position: relative;
  float: left;
  transition: all .5s;
}
.zsq1 div img{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dropdown-menu.single .zsq1 div p{
  width: 100%;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  font-family: "regular";
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0%);
  transition: all .5s;
}
.zsq1 div:hover{
  background: rgb(255,255,255);
  /* box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3); */
}
.dropdown-menu.single .zsq1 div:hover> a p{
  color: #333;
  opacity: 1;
}

.category-item:hover .dropdown-menu.single {
  max-height: 625px;
  opacity: 1;
}
.zsq1{
  max-height: 585px;
  overflow-y: auto;
}
.zsq1::-webkit-scrollbar {
  width: 3px;
  background-color:  #e60014;
  border-radius:50px;
}

.zsq1::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#999999
}

.zsq1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color:  #e60014;
}

.nav-language {
  width: 118px;
  height: 34px;
  border-radius: 17px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(119, 119, 119, 0.6);
  float: right;
  margin-top: 34px;
  padding: 0 22px;
}

.nav-language span {
  display: block;
  position: relative;
}

.icon-down {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-language a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lan-box {
  display: none;
}

.lan-box a {
  display: block;
  border-bottom: 1px solid #fff;
}

.nav-language span:hover a, .nav-language span:hover .icon-down {
  color: #e60014;
}

.lan-box a:hover {
  color: #e60014;
}

.ss {
  padding: 28.5px 0;
  float: right;
}

.yy{
  width: 95px;
  float: right;
  line-height: 100px;
  position: relative;
}


.yy .tb{
  margin-bottom: -5px;
}
.yy span{
  font-size: 16px;
  color: #5c5d5c;
  font-family: "regular";
  float: right;
  cursor: pointer;
}
.yy span img{
  width: 12px;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 8px;
}
.yy .en{
  font-size: 16px;
  color: #5c5d5c;
  font-family: "regular";
  line-height: 20px;
  position: absolute;
  top: 65px;
  left: 53px;
  display: none;
}


/* 分享 */

.navbar2 {
  width: 315px;
  float: right;
}

.navbar2 .bshare-custom a {
  height: 100px;
  background: none !important;
  line-height: 100px;
  font-size: 26px;
  color: #666666 !important;
  float: left;
  padding: 0 !important;
  margin: 0 0 0 35px !important;
}

.navbar2 .bshare-custom a:hover {
  text-decoration: none !important;
  color: #e60014 !important;
}
/* .header_in{
  position: relative;
} */
.ss2{
  float: right;
  width: 420px;
  height: 48px;
  border: 2px solid rgb(190, 188, 186);
  border-radius: 48px;
  margin-top: 47px;
  padding: 0 25px;
  position: absolute;
  right: 22%;
  top: -25px;
  display: none;

}

.ss3{
  width: 90%;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
}
.ss2:hover{
  border: 2px solid#e60014;
}
.ss2 input{
  width: 90%;
  height: 44px;
  border: none;
  background: none;
  font-size: 14px;
  color: #999;
  font-family: "regular";
}
.ss2 button{
  float: right;
  width: 10%;
  height: 44px;
  border: none;
  background: none;
  /* background-image: url(../images/img2.png); */
  background-repeat: no-repeat;
  background-position: center;
}
.ss2 button img{
  width: 18px;
  height: 18px;
}


.category-item{
  position: relative;
}
.navbar .category-item .two{
  width: 150%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
}
.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 1000px;
  overflow: visible;
}
.navbar .category-item .two a{
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-bottom: 1px solid rgb(218, 213, 213);
  position: relative;
}
.navbar .category-item .two a:last-child{
  border-bottom: 0px solid rgb(218, 213, 213);
}
.navbar .category-item .two a:hover{
  background: #e60014;
  color: #fff;
}
.navbar .category-item .two .div{
  position: relative;
}
.navbar .category-item .two .div:last-child a{
  border-bottom: 0px solid rgb(218, 213, 213);
}
.navbar .category-item .two .div:hover{
  background: #e60014;
}
.navbar .category-item .two .div:hover>a{
  color: #fff;
}
.navbar .category-item .two .div .therr{
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: all .5s;
  z-index: -1;
}
.navbar .category-item .two .div:hover .therr{
  opacity: 1;
  z-index: 2;
}


/*app-头部*/

.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1001;
  -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  height: 60px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 10px 15px;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #e60014;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  border-bottom: 1px solid #424242;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  border-bottom: none;
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #e60014;
}
.nav-list li.open .category-pad a{
  color: #333;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #0079c3;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before, .category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #e60014;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #424242;
  display: block;
  color: #fff;
}

.category-pad a.on {
  color: #e60014;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color:#e60014;
}

.lan-box-app a:last-child:after {
  display: none;
}

/**/

.foot {
  /* border-top: 5px solid rgb(255, 125, 1); */
  /* background:#fff; */
  background: rgb(51,51,51);
}

.foot a {
  transition: all 0.3s;
}
.zhdl .lef a{
  font-family: "regular";
}
.foot-top {
  padding: 0px 0 90px;
}

.foot-ttop {
  border-bottom: solid 1px #333;
  color: #fff;
  font-size: 14px;
  padding-bottom: 30px;
}

.foot-ttop a {
  color: #777;
  display: inline-block;
  margin-right: 20px;
}

.foot-tbot {
  position: relative;
  padding-top: 70px;
}

.foot-tbot dl dt a {
  font-family: "regular";
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.foot-tbot dl dd a {
  font-family: "regular";
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  opacity: 0.66;
}

.foot-tbot dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.9%;
}

.foot-tbot dl.last-dl {
  float: right;
  margin-right: 0;
}

.foot-tbot dl.last-dl dt {
  color: #777;
  font-size: 18px;
  margin-bottom: 20px;
}

.foot-tbot dl.last-dl dd {
  color: #fff;
  font-size: 36px;
  font-family: "regular";
}

.dl-box {
  padding-right: 15px;
}

.dl-box.scrollbar::-webkit-scrollbar {
  width: 2px;
  background: url(../images/line.png) no-repeat center;
  background-size: cover;
}

.dl-box.scrollbar::-webkit-scrollbar-thumb {
  background: url(../images/line1.png) no-repeat center;
}

.foot-bot {
  padding: 25px 0;
  background: rgb(43, 43, 43);

}

.foot-bot p
{
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  opacity: 0.4;
}
.foot-bot p a {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

.foot-bot p {
  display: inline-block;
  font-family: "regular";
}

.foot-bot p.p2 {
  float: right;
}

.foot-bot a {
  padding-left: 40px;
  color: #fff;
  opacity: 0.4;
}

.foot a:hover {
  color: #fff;
}

.section a:hover {
  opacity: 1;
}

.section .navbar2 {
  float: left;
}

/* 友情链接 */

.yqlj {
  width: 310px;
  height: 55px;
}

.yqlj .lef {
  width: 80%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  font-size: 18px;
  color: #fff;
  /* opacity: 0.66; */
  float: left;
  line-height: 55px;
  text-indent: 23px;
  position: relative;
}

.yqlj .rig {
  width: 20%;
  background: #fff;
  height: 100%;
  float: left;
  position: relative;
}

.yqlj .rig img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yqcen {
  padding-top: 25px;
  padding-bottom: 15px;
}

.yqcen .ewm {
  float: left;
}
.yqcen .ewm img{
  width: 100%;
  height: 100%;
}
.yqcen .wzr {
  float: left;
  padding-top: 15px;
  padding-left: 20px;
}

.yqcen .wzr .p1 {
  font-size: 20px;
  color: #fff;
}

.yqcen .wzr a {
  font-family: "regular";
  font-size: 26px;
  color: #ff7d01;
}

.dt_p {
  font-family: "regular";
  font-size: 14px;
  color: #fff;
  opacity: 0.66;
}

.foot-tbot dl .dl_dt a {
  font-size: 24px;
  color: #fff;
}

.qtlj {
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  position: absolute;
  z-index: 1;
  display: none;
}

.qtlj p {
  line-height: 30px;
}

.qtlj p a {
  font-family: "regular";
  color: #fff;
  font-size: 15px;
  opacity: 0.6;
}

.qtlj::-webkit-scrollbar {
  width: 3px;
  background-color: #136091;
  border-radius: 50px;
}

.qtlj::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #999999
}

.qtlj::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #136091
}

.foot-tbot .lef{
  /* float: left; */
  float: left;
  width: 1050px;
  margin: 0 auto;
  padding-left: 130px;
  /* border-left: 1px solid rgb(81,81,81);
  border-right: 1px solid rgb(81,81,81); */
}

.foot-tbot .lef div:last-child{
  margin-right: 0;
}
.foot-tbot .lef div{
  float: left;
  margin-right: 105px;
}
.foot-tbot .lef div p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.foot-tbot .lef div a{
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 30px;
}
.foot-tbot .lef div a:hover{
  color: #fff;
}
.foot-tbot .lef .one{
  margin-right: 0;
  float: none;
}
.foot-tbot .lef .one .a{
  background-image: url(../images/img57.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.foot-tbot .lef .one:hover .a{
  background-image: url(../images/img56.png);
}
.foot-tbot .lef .one .tow{
  width: 100%;
  float: none;
  max-height: 0;
  opacity: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
}
.foot-tbot .lef .one:hover>.tow{
  max-height: 160px;
  opacity: 1;
  overflow-y: auto;
}
.foot-tbot .lef .one .tow a{
  font-size: 14px;
  color: #666;
  padding-left: 10px;
}
.foot-tbot .lef .one .tow a:hover{
  color: #fff;
}
.foot-tbot .lef .one .tow::-webkit-scrollbar {
  width: 2px;
  background-color: rgb(240,148,45);
  border-radius:50px;
}

.foot-tbot .lef .one .tow::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#999999
}

.foot-tbot .lef .one .tow::-webkit-scrollbar-thumb {
  border-radius: 50px;
 background-color: rgb(240,148,45);
}


.foot-tbot .rig{
  width: 170px;
  float: right;
  margin-right: 0;
  background: #fff;
  padding: 20px 0;
}

.foot-tbot .rig .ewm{
width: 138px;
height: 142px;
margin: 0 auto;
}
.foot-tbot .ewm img{
  width: 100%;
}

.foot-tbot .rig p{
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}


.foot-tbot .l_lef{
  width: 290px;
  float: left;
}
.foot-tbot .l_lef .ig1{
  width: 258px;
  margin-bottom: 65px;
}
.foot-tbot .l_lef .p1{
  font-size: 16px;
  color: #999999;
}
.foot-tbot .l_lef .p2{
  font-size: 30px;
  color: #fff;
  font-family: "dim";
  margin-top: 5px;
}
.foot-tbot .l_lef .ig2{
  margin: 10px 0;
}
.foot-tbot .l_lef .p3{
  font-size: 18px;
  color: #999999;
  font-family: "dim";
}
.foot-tbot .l_lef .p3 img{
  margin-bottom: -5px;
}
.foot-tbot{
  position: relative;
}
.foot-top{
  position: relative;
}
.foot-con{
  margin-bottom: 35px;
}
.foot-con .rq{
  float: left;
}
.dbyq{
  float: right;
}
.foot-con .yql{
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
}
.foot-bleft .p2{
  position: relative;
  float: right;
}



.dbyq a{
  margin-right: 0px;
  padding-left: 10px;
}
.dbyq .yql{
  color: #fff;
}

#share-2 a{
  padding-left: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  border: none;
}
#share-2 .icon-weibo{
  background: rgb(218,60,60);
}
#share-2 .icon-wechat{
  background: rgb(33,186,65);
}
#share-2 .icon-qq{
  background: rgb(62,145,238);
}
#share-2 .icon-linkedin{
  background: rgb(35,73,128);
}
#share-2 .icon-qzone{
  background: rgb(244,197,11);
}
.foot-con .rq .rq1{
  float: left;
  position: relative;
  width: 280px;
}
.foot-con .rq .rq1 p{
  font-size: 16px;
  color: #ffffff;
  font-family: "regular";
  float: left;
}
.foot-con .rq .rq1 p img{
  margin-bottom: -3px;
}
.foot-con .rq .rq1 #share-2{
  float: left;
  position: absolute;
  right: 0;
  top: -7px;
}
.social-share .icon-wechat .wechat-qrcode .help p{
  color: #000;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
}
.foot-con .rq .p1{
  float: left;
  font-size: 18px;
  font-family: "regular";
  opacity: 1;
  padding-left: 50px;color: #fff;
}
.foot-con .rq .p1 img{
  margin-right: 7px;
}

.foot-bot .rq2 .lef{
  float: left;
}
.foot-bot .rq2 .lef p a,
.foot-bot .rq2 .lef p{
font-size: 16px;
color: #c7d3e3;
opacity: 1;
}
.foot-bot .rq2 .rig{
  float: right;
}
.foot-bot .rq2 .rig a{
  font-size: 16px;
  color: #c7d3e3;
  opacity: 1;
}




/*app-底部*/

.foot-app {
  width: 100%;
  display: none;
  background: #111;
  /* padding: 20px 0 40px; */
}

.footer-menu {
  padding: 0 15px;
}

.footer-link {
  font-family: "regular";
 padding-top: 15px;
  color: #777;
  font-size: 14px;
  text-align: center;
}

.footer-link a {
  font-family: "regular";
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

.footer-tit {
  position: relative;
  border-bottom: 1px solid #333;
}

.footer-tit.on>a {
  color: #0060e7;
}

.footer-tit a {
  font-size: 16px;
  color: #777;
  line-height: 48px;
  margin-right: 48px;
  display: block;
  transition: all 0.4s;
}

.footer-tig {
  font-size: 14px;
  color: #777;
  text-align: right;
  line-height: 48px;
  width: 20px;
  height: 48px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.footer-tig::before, .footer-tig::after {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transition: all .3s;
  left: 50%;
}

.footer-tig::before {
  width: 18px;
  height: 2px;
  margin-left: -8px;
}

.footer-tig::after {
  width: 2px;
  height: 18px;
  margin-top: -8px;
}

.footer-tit.on .footer-tig::after {
  opacity: 0;
}

.footer-tit.on .footer-tig::before {
  background: #0060e7;
}

.footer-cont {
  display: none;
  padding: 0 15px 15px;
}

.footer-cont a {
  font-size: 14px;
  line-height: 24px;
}

.footer-tit.on .footer-cont a.on {
  color: #0060e7;
}

.footer-bot {
  padding: 20px 15px;
}

.footer-bot p a {
  margin-left: 20px;
}

.footer-bot p.p2 {
  margin-top: 10px;
}

.footer-bot p, .footer-bot p a {
  color: #777;
  font-size: 14px;
  text-align: center;
  font-family: "regular";
}

.footer-bot .tel {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-bot .tel span {
  color: #777;
  display: inline-block;
  font-size: 18px;
  font-family: DINM;
  margin-left: 10px;
}

/* grabble */
.grabble{
  width: 100%;
  height: 360px;
  background: #fff;
  border-top: 1px solid rgb(241,240,241);
  display: none;
}
.grabble div{
  width: 700px;
  margin: 0 auto;
  margin-top: 160px;
  position: relative;
}
.grabble input{
  color: #868686;
  font-size: 24px;
  width: 100%;
  border-bottom: 3px solid #0079c3;;
}
.grabble div .ig{
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.grabble div p{
  color: #868686;
  font-size: 15px;
  margin-top: 3px;
}
.yy .en:hover{
  color: #e60014;
}



.sousuo{
  width: 500px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0);
  opacity: 0;
  border-bottom: 1px solid #5c5d5c;
  transition: all .5s;
  transition-duration: .5s;
}
.sousuo input{
  width: 420px;
  height: 60px;
  border: none;
  float: left;
  font-size: 16px;
  color: #5c5d5c;
  text-indent: 20px;
}

.sousuo button{
  width: 80px;
  height: 60px;
  border: none;
  float: right;
  background: none;
 font-size: 18px;
  color: #5c5d5c; 

}
/* 改变搜索框默认字体颜色 */
.sousuo input:-moz-placeholder, 
.sousuo textarea:-moz-placeholder {  
   color: #5c5d5c;   
}  
.sousuo input:-ms-input-placeholder,
.sousuo textarea:-ms-input-placeholder { 
  color: #5c5d5c;   
} 
.sousuo input::-webkit-input-placeholder, 
.sousuo textarea::-webkit-input-placeholder { 
  color: #5c5d5c;   
}
.sousuo .gb{
  width: 20px;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  transition: all .5s;
  cursor: pointer;
}

.header_in{
  transition-duration: .5s;
}
.hide1{
  transform: scale(0) !important;
  opacity: 0;
  transition: .6s ease-in-out;
  transition-duration: .5s;
}
.show1 {
  z-index: 8;
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}




@media (max-width: 1680px) {
  .category-item {
    float: left;
    padding: 0 15px;
}
.navbar {
  margin-left: 33px;
}
.ss{
  width: 35px;    padding: 31px 0;
}
.ss img{
  width: 100%;
}
.category-a{
  font-size: 16px;
}

.foot-tbot .lef {
  width: 918px;
  padding-left: 70px;;
}
.foot-tbot .lef div p {
  font-size: 16px;
}
.foot-con .rq .rq1 p {
  font-size: 14px;
}

.foot-con .rq .p1 {
  font-size: 16px;
}
.foot-bot .rq2 .lef p a, .foot-bot .rq2 .lef p,.foot-bot .rq2 .rig a {
  font-size: 14px;
}
.foot-tbot .lef .one:hover>.tow {
  max-height: 150px;
}
.foot-tbot .rig p {
  font-size: 14px;
}
.header .p1{
  font-size: 20px;
}

}



@media (max-width: 1459px) {
  .header .p1 {
    font-size: 16px;
}
.header .dwy {
  width: 180px;
  padding: 35.5px 0;
  padding-left: 10px;
}
  .header .logo {
    width: 200px;
    padding: 26.5px 0;
    float: left;
}
.navbar {
  margin-left: 30px;
}
.category-item {
  padding: 0 10px;
}
.yy {
  width: 75px;
}
.yy .en {
  left: 33px;
}

.foot-tbot .l_lef .ig1 {
  width: 200px;    margin-bottom: 40px;
}
.foot-tbot .l_lef {
  width: 220px;
}
.foot-tbot .l_lef .p2 {
  font-size: 25px;
}
.foot-tbot .l_lef .p1 {
  font-size: 14px;
}
.foot-tbot .l_lef .p3 {
  font-size: 16px;
}
.foot-tbot .rig .ewm {
  width: 105px;
  height: 105px;
}
.foot-tbot .rig {
  width: 130px;
  padding: 13px 0;
}
.foot-tbot .lef {
  width: 810px;
  padding-left: 45px;
}
.foot-tbot .lef div {
  margin-right: 90px;
}
.foot-tbot {
  padding-top: 45px;
}
.foot-top {
  padding: 0px 0 50px;
}

}



@media (max-width: 1259px) {
  .header .logo {
    width: 180px;
    padding: 33px 0;
}
.ss {
  width: 30px;
  padding: 34px 0;
}
.yy {
  width: 60px;
}
.yy span {
  font-size: 14px;
}
.yy .en {
  left: 20px;
  font-size: 14px;
}
.navbar {
  margin-left: 25px;
}
.category-item {
  padding: 0 8px;
}

.foot-tbot .l_lef {
  width: 185px;
}
.foot-tbot .l_lef .ig1 {
  width: 170px;
  margin-bottom: 40px;
}
.foot-tbot .rig {
  width: 110px;
  padding: 8px 0;
}
.foot-tbot .rig .ewm {
  width: 100px;
  height: 100px;
}
.foot-tbot .lef {
  width: 655px;
  padding-left: 33px;
}
.foot-tbot .lef div {
  margin-right: 60px;
}
.dbyq{
  float: left;
}
.dbyq {
  float: left;
  margin-top: 20px;
}
.header .dwy,
.header .p1{
  display: none;
}
.header .logo {
  width: 180px;
  padding: 31px 0;
}

}

@media (max-width: 991px) {
  .header,.foot{
    display: none;
  }
  .header-app,.foot-app{
    display: block;
  }
  .header-app .logo {
    padding: 15px 15px;
}
.header-app .p1{
  font-size: 16px;
  color: #333333;
  line-height: 68px;
  font-family: "akz";
  float: left;
  display: inline;
  position: relative;
}
.header-app .p1::before{
  content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/img18.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: -10px;
}
.header-app .dwy{
  width: 185px;
  padding: 19.5px 0;
  float: left;
}
.header-app .dwy img{
  width: 100%;
}

}

@media (max-width: 768px) {
  .wrap, .container, .foot-container,
  .index-container {
    width: 100%;
    padding: 0 15px;
  }
  .header-app .logo {
    padding: 20px 15px;
}
  .header-app .logo img{
    width: 117px;
    height: 20px;
  }
}
@media (max-width: 414px){
  .header-app .p1 {
    font-size: 14px;
    line-height: 68px;
}
.header-app .logo {
  padding: 20px 10px;
}
.header-app .dwy {
  width: 120px;
  padding: 22.5px 0;
  float: left;
}
}